CKM_DES_OFB64
This section provides a summary of CKM_DES_OFB64.
Supported operations
Operation | Support |
---|---|
Encrypt and Decrypt | No |
Sign and Verify | Yes |
SignRecover and VerifyRecover | No |
Digest | No |
Generate Key/Key-Pair | No |
Wrap and Unwrap | No |
Derive | No |
FIPS Mode support
Available in FIPS Mode | Restrictions in FIPS Mode |
---|---|
No | Not applicable |
Key size range (bytes) and parameters
Key size minimum/maximum | Value |
---|---|
Minimum | 8 |
Maximum | 8 |
Parameter
8 bytes
Mechanism description
Single DES-OFB64 denoted CKM_DES_OFB64 is a mechanism for single and multiple part encryption and decryption; based on DES Output Feedback Mode.
It has a parameter, an 8-byte initialization vector.
This mechanism does not require either clear text or ciphertext to be presented in multiple block lengths. There is no padding required. The mechanism will always return a reply equal in length to the request.
Return to ProtectToolkit-C mechanisms.